projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0ca71
)
Trivial formatting fix
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 31 Jan 2016 19:10:13 +0000
(14:10 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 31 Jan 2016 19:11:01 +0000
(14:11 -0500)
testsuite/reftests/reftest-snapshot.c
patch
|
blob
|
history
diff --git
a/testsuite/reftests/reftest-snapshot.c
b/testsuite/reftests/reftest-snapshot.c
index 478db4a4604e51dc38d290e55d5493ab4f95fba5..cd3cee7d087bf62f11c617ca2cb01e79a0d67736 100644
(file)
--- a/
testsuite/reftests/reftest-snapshot.c
+++ b/
testsuite/reftests/reftest-snapshot.c
@@
-132,8
+132,9
@@
snapshot_widget (GtkWidget *widget, SnapshotMode mode)
gdk_window_get_window_type (window) == GDK_WINDOW_FOREIGN)
{
/* give the WM/server some time to sync. They need it.
- * Also, do use popups instead of toplevls in your tests
- * whenever you can. */
+ * Also, do use popups instead of toplevels in your tests
+ * whenever you can.
+ */
gdk_display_sync (gdk_window_get_display (window));
g_timeout_add (500, quit_when_idle, loop);
g_main_loop_run (loop);